home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 376-400 / disk_381 / sksh / bugs.doc < prev    next >
Text File  |  1992-05-06  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.                       Bugs, Limitations, and Future Directions
  17.  
  18.                                         SKsh
  19.  
  20.                            A ksh-like Shell for the Amiga
  21.  
  22.                                      Version 1.6
  23.  
  24.  
  25.                                (Copyright) 1989, 1990
  26.  
  27.                                      Steve Koren
  28.  
  29.                                    October 4, 1990
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.           Known Bugs and Limitations
  74.  
  75.  
  76.             Function definitions cannot be listed with the  'set'  command.
  77.             This would not be terribly difficult to add; but it would  make
  78.             the executable larger.
  79.  
  80.             An explicit return code cannot be returned from a  function  or
  81.             script.
  82.  
  83.             The 'exit' statement does not work correctly  in  a  script  or
  84.             function, only when typed interactively.
  85.  
  86.             If a case statement pattern uses a  character  class  (such  as
  87.             [abc]), the pattern must be single or double quoted.
  88.  
  89.  
  90.           Future Directions
  91.  
  92.             This is a brief list of things I may add in future versions  of
  93.             SKsh.
  94.  
  95.                - More unix-like commands, such as sort,  and  diff.   These
  96.                  are currently available  elsewhere  as  public  domain  or
  97.                  freely distributable code.
  98.  
  99.                - Better use of ARP.  ARP was a very late addition  to  SKsh
  100.                  (like last 2 days type  of  late).   As  long  as  ARP  is
  101.                  around, I can probably make better use of  it  than  I  do
  102.                  now, which would make SKsh smaller.
  103.  
  104.                - Use of the  new  AmigaDos  2.0  functions,  which  greatly
  105.                  facilitate certain tasks.
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.           SKSH Amiga Shell             Page 2        Bugs and Future Stuff
  130.  
  131.  
  132.  
  133.